home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 4438 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  918 b 

  1. Path: zetnet.co.uk!demon!stsltd.demon.co.uk
  2. From: Development <post@stsltd.demon.co.uk>
  3. Newsgroups: comp.lang.c++
  4. Subject: Win32 DLL Owl Dialog Errors
  5. Date: Tue, 30 Jan 1996 11:38:41 GMT
  6. Message-ID: <823001921.7299@stsltd.demon.co.uk>
  7. NNTP-Posting-Host: stsltd.demon.co.uk
  8. X-NNTP-Posting-Host: stsltd.demon.co.uk
  9.  
  10. I have written an OWL DLL using borland C++ V4.51 which works fine in
  11. 16 bit mode. It is quite simple an exported function creates a
  12. TDialog ( NULL, A_Resouurce, :: Module ), then create and show. This
  13. works fine when call from VB or any 4GL. But when I compile to 
  14. 32 bit the create fails with a TXWindow execption.
  15.  
  16. I am trying to create a 16 / 32 bit OWL DLL to be used in non OWL
  17. applications, please help I think its to do with the Module but I
  18. have followed the DllEntryPoint example.
  19.  
  20. Please could you reply in the news group as my mail address does not
  21. seem to be working.
  22.  
  23. Thanx
  24.  
  25. Justin Hallet.
  26.